func net/http/pprof.sleep

3 uses

	net/http/pprof (current package)
		pprof.go#L97: func sleep(r *http.Request, d time.Duration) {
		pprof.go#L142: 	sleep(r, time.Duration(sec)*time.Second)
		pprof.go#L171: 	sleep(r, time.Duration(sec*float64(time.Second)))